home *** CD-ROM | disk | FTP | other *** search
/ Champak 31 / Volume 31 - JOGO DISK .iso / Games / busy_burger.swf / scripts / DefineSprite_142_Customer2 / frame_89 / DoAction.as
Text File  |  2007-01-15  |  287b  |  13 lines

  1. this.balon._visible = false;
  2. if(_root.IsiBag[idxorder] != 0 && idxorder < _root.MAXORDER)
  3. {
  4.    this.balon._visible = true;
  5.    this.balon.gotoAndStop(_root.IsiBag[idxorder]);
  6.    this.balon.cekmark.gotoAndStop(3);
  7.    _root.IsiBag[idxorder] = 0;
  8. }
  9. else
  10. {
  11.    gotoAndPlay(103);
  12. }
  13.